type runtime.nameOff
7 uses
runtime (current package)
plugin.go#L138: name nameOff
runtime1.go#L657: return unsafe.Pointer(resolveNameOff(ptrInModule, nameOff(off)).Bytes)
runtime1.go#L698: return unsafe.Pointer(resolveNameOff(ptrInModule, nameOff(off)).Bytes)
type.go#L14: type nameOff = abi.NameOff
type.go#L118: func resolveNameOff(ptrInModule unsafe.Pointer, off nameOff) name {
type.go#L148: func (t rtype) nameOff(off nameOff) name {
type.go#L264: var nameOff nameOff
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |